home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / QuickDraw / Compressed PICT Info / ReadMe < prev   
Encoding:
Text File  |  1992-11-16  |  690 b   |  21 lines  |  [TEXT/KAHL]

  1.  
  2.     Application:    Compressed PICT Info
  3.  
  4.     Description:    This snippet shows how to use the StdPix proc to
  5.                     intercept and display the compression type and depth
  6.                     of any compressed PICT within a PICT resource.  The
  7.                     same procedure can be used to gather other information
  8.                     about the compressed PICT.  Note that all compressed
  9.                     PICTs get passed into StdPix before getting decom-
  10.                     pressed and passed to StdBits.
  11.  
  12.     Files:            Compressed PICT Info.π
  13.                     Compressed PICT Info.π.rsrc
  14.                     Compressed PICT Info.c
  15.  
  16.     Programmer:        Edgar Lee
  17.     Organization:    Apple Computer, Inc.
  18.     Department:        Developer Technical Support, DTS
  19.     Language:        C (Think C version 5.0.2)
  20.     Date Created:    10-20-92
  21.